Replace dom_mem_op hypercall with memory_op hypercall with
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 30 Aug 2005 11:53:47 +0000 (11:53 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 30 Aug 2005 11:53:47 +0000 (11:53 +0000)
commite4dfe0cdba5ee02d3b00e42454790f0ee7d381bf
tree1c88bfdf1ff6da38783ad7833b2af4144dbf7b71
parent855b34ec9923c2ae74fbf6859b0943e26f30c6bf
Replace dom_mem_op hypercall with memory_op hypercall with
better interface. Fix "mem=" parameter on x86/64 boot.

Signed-off-by: Keir Fraser <keir@xensource.com>
22 files changed:
linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c
linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
linux-2.6-xen-sparse/arch/xen/i386/mm/hypervisor.c
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
linux-2.6-xen-sparse/arch/xen/x86_64/mm/init.c
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c
linux-2.6-xen-sparse/drivers/xen/netback/netback.c
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c
linux-2.6-xen-sparse/include/asm-xen/asm-i386/hypercall.h
linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/hypercall.h
tools/libxc/xc_domain.c
tools/libxc/xc_linux_restore.c
tools/libxc/xc_private.c
tools/libxc/xenctrl.h
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_64/entry.S
xen/common/Makefile
xen/common/dom_mem_ops.c [deleted file]
xen/common/memory.c [new file with mode: 0644]
xen/common/page_alloc.c
xen/include/public/memory.h [new file with mode: 0644]
xen/include/public/xen.h